From 1ce4cf3878abdf0102ac31590f8c686e6c48c671 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 22 May 1993 22:02:35 +0000 Subject: [PATCH] (event-modifiers): Doc fix. --- lisp/subr.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lisp/subr.el b/lisp/subr.el index d5260e67d84..591493e42fc 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -252,8 +252,7 @@ The normal global definition of the character C-x indirects to this keymap.") (defun event-modifiers (event) "Returns a list of symbols representing the modifier keys in event EVENT. The elements of the list may include `meta', `control', -`shift', `hyper', `super', `alt'. -See also the function `event-modifier-bits'." +`shift', `hyper', `super', `alt', `click', `drag', and `down'." (let ((type event)) (if (listp type) (setq type (car type))) -- 2.30.2